home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Mousetools
/
LeftyMouse
/
cback.a.diff
next >
Wrap
Text File
|
1996-09-26
|
492b
|
18 lines
*** lc:/source/cback.a.orig Sun Jan 20 12:52:37 1991
--- lc:/source/cback.a Sat Jun 01 15:15:14 1991
***************
*** 210,215 ****
--- 210,221 ----
move.l d0,_Backstdout(A4)
noio:
move.l AbsExecBase.w,A6
+
+ *------ Code for 68040 compatibility
+ cmpi.w #37,LIB_VERSION(A6) ; Check if exec is >= V37
+ bcs.s TooOld ; If less than V37, too old...
+ callsys CacheClearU ; Clear the cache...
+ TooOld:
callsys Forbid
*------ Attach the task to do the dirty work